home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 12 / BBS in a box XII-2.iso / Files II / Prog / T / ToolsPlus 2.1.sit / Tools Plus 2.1 ƒ / Tools Plus 2.1 (C & Pascal) / Tools Plus 2.1 for C / Starter Files / MyApp.c next >
Encoding:
C/C++ Source or Header  |  1993-10-23  |  381 b   |  19 lines  |  [TEXT/KAHL]

  1.  #include "ToolsPlus.h"
  2.  
  3.  
  4.  
  5.  main()                                                                
  6.     InitGraf(&thePort);                                                                                                                            /* Standard Mac ToolBox initialization                        */
  7.     InitFonts();                                                                                                                                        /*                                                                                    */
  8.     InitWindows();
  9.     InitMenus();
  10.     TEInit();
  11.     InitDialogs(nil);                                                                                                                                    /*                                                                                    */
  12.  
  13.  
  14.     /* Insert your code here */
  15.  
  16.  
  17. }
  18.